线性代数可视化交互教学网站 v1#1
Draft
Web3Capital wants to merge 2 commits into
Draft
Conversation
零构建纯静态站点,自写二维坐标平面引擎,含 5 节交互课程: 向量基础、向量加法、线性组合与张成空间、矩阵变换(带动画)、特征向量。 Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01XR7ghbFaBfELuoTBnQGHbj
Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01XR7ghbFaBfELuoTBnQGHbj
Web3Capital
had a problem deploying
to
github-pages
June 24, 2026 08:24 — with
GitHub Actions
Failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
从零搭建的线性代数可视化交互教学网站 v1。零构建、纯静态(HTML/CSS/原生 JS + Canvas),打开即用,可直接部署到 GitHub Pages / Vercel / Netlify。
包含的课程
结构
js/plane.js— 自写二维坐标平面引擎(坐标变换 / 网格 / 向量绘制 / 可拖拽控制点),所有课程复用js/lessons/*.js— 每节课一个模块,导出meta+mount(root)js/app.js— 哈希路由,导航自动生成index.html/styles.css— 暗色主题界面本地运行
python3 -m http.server 8000 # 打开 http://localhost:8000后续方向
点积/投影、高斯消元、矩阵乘法=变换复合、三维(three.js)、每课配练习题。
🤖 Generated with Claude Code
Generated by Claude Code